home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
netutils
/
lsp135.arj
/
LSP135.DSK
/
unc.dsk
/
SAMPLES
/
PROTOCOL.CFG
< prev
Wrap
Text File
|
1993-12-15
|
1KB
|
35 lines
;-----------------------------------------------------------------------
; PROTOCOL.CFG
; Configuration with DXMJ0MOD.SYS and IBMTOK.DOS for two adapters.
[PROTMAN_MOD]
DriverName = PROTMAN$
[DXMJ0MOD_MOD]
DriverName = NETBEUI$
; We are using IBMTOK_MOD instead of IBMTOK_NIF because we set
; MigrateControlFiles to 0 in the INST_SECTION, therefore we
; are using the sample LSP PROTOCOL.INI as the base PROTOCOL.INI (rather
; than using a PROTOCOL.INI from an existing configuration which would
; have '_NIF' instead of '_MOD' in the bracketed module names).
Bindings = IBMTOK_MOD, IBMTOK2_MOD
; Turn off piggy-backed acknowledgements.
PiggyBackAcks = 0
[IBMTOK_MOD]
DriverName = IBMTOK$
EARLYRELEASE
MAXTRANSMITS = 6
RECVBUFS = 2
RECVBUFSIZE = 256
XMITBUFS = 1
XMITBUFSIZE = 2040
[IBMTOK2_MOD]
DriverName = IBMTOK2$
EARLYRELEASE
ALTERNATE
MAXTRANSMITS = 6
RECVBUFS = 2
RECVBUFSIZE = 256
XMITBUFS = 1
XMITBUFSIZE = 2040
; End of PROTOCOL.CFG